go/printer.printer.block (method)
9 uses
go/printer (current package)
nodes.go#L1227: func (p *printer) block(b *ast.BlockStmt, nindent int) {
nodes.go#L1445: p.block(s, 1)
nodes.go#L1450: p.block(s.Body, 1)
nodes.go#L1480: p.block(s.Body, 0)
nodes.go#L1492: p.block(s.Body, 0)
nodes.go#L1515: p.block(body, 0)
nodes.go#L1521: p.block(s.Body, 1)
nodes.go#L1541: p.block(s.Body, 1)
nodes.go#L1907: p.block(b, 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)